GtkLinkButtonAccessible: fix broken AtkHyperlink implementation
authorMatthias Clasen <mclasen@redhat.com>
Sat, 4 Jan 2014 02:58:31 +0000 (21:58 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 4 Jan 2014 15:54:03 +0000 (10:54 -0500)
commite375b564fb2b8a4750a8e9a756dbc6c94b0de566
tree926a6f9a6711b53e6d10c24ccf8f55d1a6d351f8
parent57d1e6d17d02137448ba2ec6c5bd4a5445441f5d
GtkLinkButtonAccessible: fix broken AtkHyperlink implementation

The get_end_index implementation was casting the accessible
to AtkText even though GtkLinkButtonAccessible does not
implement this interface. This did not show up in the a11y
tests because the they were not dumping the affected AtkHyperlinkImpl
properties. Oops.
gtk/a11y/gtklinkbuttonaccessible.c